From ac5fbb5ef3183c4b5699fcb71102c1f040a66fcf Mon Sep 17 00:00:00 2001 From: Marcus Karlsson Date: Sat, 12 Apr 2014 20:22:15 +0200 Subject: [PATCH] docs: Add missing transfer annotation to GtkBox The gtk_box_get_center_widget function is missing a transfer annotation for the returned widget. No transfer is done, so set transfer to none. https://bugzilla.gnome.org/show_bug.cgi?id=728093 --- gtk/gtkbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 6b9391eb8c..557d9fdac2 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -2614,7 +2614,7 @@ gtk_box_set_center_widget (GtkBox *box, * * Retrieves the center widget of the box. * - * Returns: the center widget + * Returns: (transfer none): the center widget * * Since: 3.12 */ -- 2.30.2